• frmHostelerRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmHostelerRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHostelerRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel3 = New System.Windows.Forms.Panel()
33         Me.Button3 = New System.Windows.Forms.Button()
34         Me.btnExportExcel = New System.Windows.Forms.Button()
35         Me.btnReset = New System.Windows.Forms.Button()
36         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
37         Me.txtHostelName = New System.Windows.Forms.TextBox()
38         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
39         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
40         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
41         Me.Button2 = New System.Windows.Forms.Button()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.Label6 = New System.Windows.Forms.Label()
44         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
45         Me.Button1 = New System.Windows.Forms.Button()
46         Me.Label3 = New System.Windows.Forms.Label()
47         Me.Label2 = New System.Windows.Forms.Label()
48         Me.Label4 = New System.Windows.Forms.Label()
49         Me.cmbSection = New System.Windows.Forms.ComboBox()
50         Me.cmbClass = New System.Windows.Forms.ComboBox()
51         Me.cmbSession = New System.Windows.Forms.ComboBox()
52         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
53         Me.txtStudentName = New System.Windows.Forms.TextBox()
54         Me.dgw = New System.Windows.Forms.DataGridView()
55         Me.Panel2 = New System.Windows.Forms.Panel()
56         Me.lblSet = New System.Windows.Forms.Label()
57         Me.Label1 = New System.Windows.Forms.Label()
58         Me.Panel1.SuspendLayout()
59         Me.Panel3.SuspendLayout()
60         Me.GroupBox2.SuspendLayout()
61         Me.GroupBox1.SuspendLayout()
62         Me.GroupBox4.SuspendLayout()
63         Me.GroupBox3.SuspendLayout()
64         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
65         Me.Panel2.SuspendLayout()
66         Me.SuspendLayout()
67         
'
68         
'Panel1
69         
'
70         Me.Panel1.BackColor = System.Drawing.Color.White
71         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
72         Me.Panel1.Controls.Add(Me.Panel3)
73         Me.Panel1.Controls.Add(Me.GroupBox2)
74         Me.Panel1.Controls.Add(Me.GroupBox1)
75         Me.Panel1.Controls.Add(Me.GroupBox4)
76         Me.Panel1.Controls.Add(Me.GroupBox3)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.Panel2)
79         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
80         Me.Panel1.Name =
"Panel1"
81         Me.Panel1.Size = New System.Drawing.Size(
1050, 634)
82         Me.Panel1.TabIndex =
2
83         
'
84         
'Panel3
85         
'
86         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
87         Me.Panel3.Controls.Add(Me.Button3)
88         Me.Panel3.Controls.Add(Me.btnExportExcel)
89         Me.Panel3.Controls.Add(Me.btnReset)
90         Me.Panel3.Location = New System.Drawing.Point(
606, 167)
91         Me.Panel3.Name =
"Panel3"
92         Me.Panel3.Size = New System.Drawing.Size(
275, 72)
93         Me.Panel3.TabIndex =
41
94         
'
95         
'Button3
96         
'
97         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
98         Me.Button3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         Me.Button3.Location = New System.Drawing.Point(
180, 20)
100         Me.Button3.Name =
"Button3"
101         Me.Button3.Size = New System.Drawing.Size(
80, 33)
102         Me.Button3.TabIndex =
2
103         Me.Button3.Text =
"&Close"
104         Me.Button3.UseVisualStyleBackColor = True
105         
'
106         
'btnExportExcel
107         
'
108         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
109         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.btnExportExcel.Location = New System.Drawing.Point(
94, 20)
111         Me.btnExportExcel.Name =
"btnExportExcel"
112         Me.btnExportExcel.Size = New System.Drawing.Size(
80, 33)
113         Me.btnExportExcel.TabIndex =
1
114         Me.btnExportExcel.Text =
"&Export Excel"
115         Me.btnExportExcel.UseVisualStyleBackColor = True
116         
'
117         
'btnReset
118         
'
119         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
120         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.btnReset.Location = New System.Drawing.Point(
8, 21)
122         Me.btnReset.Name =
"btnReset"
123         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
124         Me.btnReset.TabIndex =
0
125         Me.btnReset.Text =
"&Reset"
126         Me.btnReset.UseVisualStyleBackColor = True
127         
'
128         
'GroupBox2
129         
'
130         Me.GroupBox2.Controls.Add(Me.txtHostelName)
131         Me.GroupBox2.Location = New System.Drawing.Point(
9, 162)
132         Me.GroupBox2.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
133         Me.GroupBox2.Name =
"GroupBox2"
134         Me.GroupBox2.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
135         Me.GroupBox2.Size = New System.Drawing.Size(
183, 76)
136         Me.GroupBox2.TabIndex =
40
137         Me.GroupBox2.TabStop = False
138         Me.GroupBox2.Text =
"By Hostel Name"
139         
'
140         
'txtHostelName
141         
'
142         Me.txtHostelName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.txtHostelName.Location = New System.Drawing.Point(
19, 37)
144         Me.txtHostelName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
145         Me.txtHostelName.Name =
"txtHostelName"
146         Me.txtHostelName.Size = New System.Drawing.Size(
144, 21)
147         Me.txtHostelName.TabIndex =
0
148         
'
149         
'GroupBox1
150         
'
151         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
152         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
153         Me.GroupBox1.Controls.Add(Me.Button2)
154         Me.GroupBox1.Controls.Add(Me.Label5)
155         Me.GroupBox1.Controls.Add(Me.Label6)
156         Me.GroupBox1.Location = New System.Drawing.Point(
198, 162)
157         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
158         Me.GroupBox1.Name =
"GroupBox1"
159         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
160         Me.GroupBox1.Size = New System.Drawing.Size(
402, 76)
161         Me.GroupBox1.TabIndex =
39
162         Me.GroupBox1.TabStop = False
163         Me.GroupBox1.Text =
"By Joining Date"
164         
'
165         
'dtpDateTo
166         
'
167         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
168         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
169         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
170         Me.dtpDateTo.Name =
"dtpDateTo"
171         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
172         Me.dtpDateTo.TabIndex =
36
173         
'
174         
'dtpDateFrom
175         
'
176         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
177         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
178         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
179         Me.dtpDateFrom.Name =
"dtpDateFrom"
180         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
181         Me.dtpDateFrom.TabIndex =
35
182         
'
183         
'Button2
184         
'
185         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
186         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
187         Me.Button2.Location = New System.Drawing.Point(
318, 40)
188         Me.Button2.Name =
"Button2"
189         Me.Button2.Size = New System.Drawing.Size(
69, 23)
190         Me.Button2.TabIndex =
3
191         Me.Button2.Text =
"&Search"
192         Me.Button2.UseVisualStyleBackColor = True
193         
'
194         
'Label5
195         
'
196         Me.Label5.AutoSize = True
197         Me.Label5.Location = New System.Drawing.Point(
183, 21)
198         Me.Label5.Name =
"Label5"
199         Me.Label5.Size = New System.Drawing.Size(
26, 13)
200         Me.Label5.TabIndex =
34
201         Me.Label5.Text =
"To :"
202         
'
203         
'Label6
204         
'
205         Me.Label6.AutoSize = True
206         Me.Label6.Location = New System.Drawing.Point(
33, 21)
207         Me.Label6.Name =
"Label6"
208         Me.Label6.Size = New System.Drawing.Size(
36, 13)
209         Me.Label6.TabIndex =
33
210         Me.Label6.Text =
"From :"
211         
'
212         
'GroupBox4
213         
'
214         Me.GroupBox4.Controls.Add(Me.Button1)
215         Me.GroupBox4.Controls.Add(Me.Label3)
216         Me.GroupBox4.Controls.Add(Me.Label2)
217         Me.GroupBox4.Controls.Add(Me.Label4)
218         Me.GroupBox4.Controls.Add(Me.cmbSection)
219         Me.GroupBox4.Controls.Add(Me.cmbClass)
220         Me.GroupBox4.Controls.Add(Me.cmbSession)
221         Me.GroupBox4.Location = New System.Drawing.Point(
198, 75)
222         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
223         Me.GroupBox4.Name =
"GroupBox4"
224         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
225         Me.GroupBox4.Size = New System.Drawing.Size(
444, 79)
226         Me.GroupBox4.TabIndex =
38
227         Me.GroupBox4.TabStop = False
228         
'
229         
'Button1
230         
'
231         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
232         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
233         Me.Button1.Location = New System.Drawing.Point(
363, 38)
234         Me.Button1.Name =
"Button1"
235         Me.Button1.Size = New System.Drawing.Size(
69, 24)
236         Me.Button1.TabIndex =
3
237         Me.Button1.Text =
"&Search"
238         Me.Button1.UseVisualStyleBackColor = True
239         
'
240         
'Label3
241         
'
242         Me.Label3.AutoSize = True
243         Me.Label3.Location = New System.Drawing.Point(
253, 18)
244         Me.Label3.Name =
"Label3"
245         Me.Label3.Size = New System.Drawing.Size(
49, 13)
246         Me.Label3.TabIndex =
35
247         Me.Label3.Text =
"Section :"
248         
'
249         
'Label2
250         
'
251         Me.Label2.AutoSize = True
252         Me.Label2.Location = New System.Drawing.Point(
152, 17)
253         Me.Label2.Name =
"Label2"
254         Me.Label2.Size = New System.Drawing.Size(
38, 13)
255         Me.Label2.TabIndex =
34
256         Me.Label2.Text =
"Class :"
257         
'
258         
'Label4
259         
'
260         Me.Label4.AutoSize = True
261         Me.Label4.Location = New System.Drawing.Point(
14, 18)
262         Me.Label4.Name =
"Label4"
263         Me.Label4.Size = New System.Drawing.Size(
50, 13)
264         Me.Label4.TabIndex =
33
265         Me.Label4.Text =
"Session :"
266         
'
267         
'cmbSection
268         
'
269         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
270         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
271         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
272         Me.cmbSection.Enabled = False
273         Me.cmbSection.FormattingEnabled = True
274         Me.cmbSection.Location = New System.Drawing.Point(
256, 40)
275         Me.cmbSection.Name =
"cmbSection"
276         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
277         Me.cmbSection.TabIndex =
2
278         
'
279         
'cmbClass
280         
'
281         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
282         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
283         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
284         Me.cmbClass.Enabled = False
285         Me.cmbClass.FormattingEnabled = True
286         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
287         Me.cmbClass.Name =
"cmbClass"
288         Me.cmbClass.Size = New System.Drawing.Size(
95, 21)
289         Me.cmbClass.TabIndex =
1
290         
'
291         
'cmbSession
292         
'
293         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
294         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
295         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
296         Me.cmbSession.FormattingEnabled = True
297         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
298         Me.cmbSession.Name =
"cmbSession"
299         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
300         Me.cmbSession.TabIndex =
0
301         
'
302         
'GroupBox3
303         
'
304         Me.GroupBox3.Controls.Add(Me.txtStudentName)
305         Me.GroupBox3.Location = New System.Drawing.Point(
7, 75)
306         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
307         Me.GroupBox3.Name =
"GroupBox3"
308         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
309         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
310         Me.GroupBox3.TabIndex =
37
311         Me.GroupBox3.TabStop = False
312         Me.GroupBox3.Text =
"By Student Name"
313         
'
314         
'txtStudentName
315         
'
316         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
317         Me.txtStudentName.Location = New System.Drawing.Point(
27, 37)
318         Me.txtStudentName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
319         Me.txtStudentName.Name =
"txtStudentName"
320         Me.txtStudentName.Size = New System.Drawing.Size(
138, 21)
321         Me.txtStudentName.TabIndex =
0
322         
'
323         
'dgw
324         
'
325         Me.dgw.AllowUserToAddRows = False
326         Me.dgw.AllowUserToDeleteRows = False
327         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
328         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
329         Me.dgw.BackgroundColor = System.Drawing.Color.White
330         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
331         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
332         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
333         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
334         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
335         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
336         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
337         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
338         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
339         Me.dgw.ColumnHeadersHeight =
24
340         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
341         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
342         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
343         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
345         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
346         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
347         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
348         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
349         Me.dgw.EnableHeadersVisualStyles = False
350         Me.dgw.GridColor = System.Drawing.Color.White
351         Me.dgw.Location = New System.Drawing.Point(
9, 245)
352         Me.dgw.MultiSelect = False
353         Me.dgw.Name =
"dgw"
354         Me.dgw.ReadOnly = True
355         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
356         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
357         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
358         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
359         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
360         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
361         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
362         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
363         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
364         Me.dgw.RowHeadersWidth =
25
365         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
366         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
367         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
368         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
369         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
370         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
371         Me.dgw.RowTemplate.Height =
18
372         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
373         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
374         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
375         Me.dgw.Size = New System.Drawing.Size(
1026, 382)
376         Me.dgw.TabIndex =
1
377         
'
378         
'Panel2
379         
'
380         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
381         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
382         Me.Panel2.Controls.Add(Me.lblSet)
383         Me.Panel2.Controls.Add(Me.Label1)
384         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
385         Me.Panel2.Name =
"Panel2"
386         Me.Panel2.Size = New System.Drawing.Size(
1026, 62)
387         Me.Panel2.TabIndex =
0
388         
'
389         
'lblSet
390         
'
391         Me.lblSet.AutoSize = True
392         Me.lblSet.Location = New System.Drawing.Point(
86, 30)
393         Me.lblSet.Name =
"lblSet"
394         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
395         Me.lblSet.TabIndex =
45
396         Me.lblSet.Text =
"Set"
397         Me.lblSet.Visible = False
398         
'
399         
'Label1
400         
'
401         Me.Label1.AutoSize = True
402         Me.Label1.BackColor = System.Drawing.Color.Transparent
403         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
404         Me.Label1.ForeColor = System.Drawing.Color.White
405         Me.Label1.Location = New System.Drawing.Point(
381, 17)
406         Me.Label1.Name =
"Label1"
407         Me.Label1.Size = New System.Drawing.Size(
158, 24)
408         Me.Label1.TabIndex =
0
409         Me.Label1.Text =
"List of Hostelers"
410         
'
411         
'frmHostelerRecord
412         
'
413         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
414         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
415         Me.BackColor = System.Drawing.Color.DarkSlateGray
416         Me.ClientSize = New System.Drawing.Size(
1074, 661)
417         Me.Controls.Add(Me.Panel1)
418         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
419         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
420         Me.MaximizeBox = False
421         Me.MinimizeBox = False
422         Me.Name =
"frmHostelerRecord"
423         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
424         Me.Panel1.ResumeLayout(False)
425         Me.Panel3.ResumeLayout(False)
426         Me.GroupBox2.ResumeLayout(False)
427         Me.GroupBox2.PerformLayout()
428         Me.GroupBox1.ResumeLayout(False)
429         Me.GroupBox1.PerformLayout()
430         Me.GroupBox4.ResumeLayout(False)
431         Me.GroupBox4.PerformLayout()
432         Me.GroupBox3.ResumeLayout(False)
433         Me.GroupBox3.PerformLayout()
434         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
435         Me.Panel2.ResumeLayout(False)
436         Me.Panel2.PerformLayout()
437         Me.ResumeLayout(False)
438
439     End Sub
440     Friend WithEvents Panel1 As System.Windows.Forms.Panel
441     Friend WithEvents dgw As System.Windows.Forms.DataGridView
442     Friend WithEvents Panel2 As System.Windows.Forms.Panel
443     Friend WithEvents Label1 As System.Windows.Forms.Label
444     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
445     Friend WithEvents txtHostelName As System.Windows.Forms.TextBox
446     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
447     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
448     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
449     Private WithEvents Button2 As System.Windows.Forms.Button
450     Friend WithEvents Label5 As System.Windows.Forms.Label
451     Friend WithEvents Label6 As System.Windows.Forms.Label
452     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
453     Private WithEvents Button1 As System.Windows.Forms.Button
454     Friend WithEvents Label3 As System.Windows.Forms.Label
455     Friend WithEvents Label2 As System.Windows.Forms.Label
456     Friend WithEvents Label4 As System.Windows.Forms.Label
457     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
458     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
459     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
460     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
461     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
462     Friend WithEvents Panel3 As System.Windows.Forms.Panel
463     Public WithEvents btnExportExcel As System.Windows.Forms.Button
464     Private WithEvents btnReset As System.Windows.Forms.Button
465     Friend WithEvents lblSet As System.Windows.Forms.Label
466     Public WithEvents Button3 As System.Windows.Forms.Button
467
468 End Class


Gõ tìm kiếm nhanh...